From: Dale Wijnand Date: Tue, 10 Apr 2018 14:13:26 +0000 (+0100) Subject: add the inverse `is_not has_installed_exe` assertion X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~1^2~81^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=3ba58ae9878c284dd41b2b20aec7bc8cf5555824;p=cargo.git add the inverse `is_not has_installed_exe` assertion --- diff --git a/tests/testsuite/install.rs b/tests/testsuite/install.rs index 8e3baa8cf..f6d9bf103 100644 --- a/tests/testsuite/install.rs +++ b/tests/testsuite/install.rs @@ -1050,6 +1050,7 @@ fn installs_from_cwd_with_2018_warnings() { or use --path or --git to specify alternate source\ "), ); + assert_that(cargo_home(), is_not(has_installed_exe("foo"))); } #[test]